Schema bimoCommon.v1
Schema bimoCommon.v1 : Typ złożony ConcatenatedAddress
Typ złożony ConcatenatedAddress
Opis
Zagregowane dane adresowe
Typ reprezentujący zagregowane dane adresowe
Przestrzeń nazw http://api.big.pl/bimo/v1
Typ podstawowy
Diagram
Element address Element country Sequence Typ złożony ConcatenatedAddress
Przegląd
ConcatenatedAddress Extension of Typ złożony Address
Zagregowane dane adresowe
Typ reprezentujący zagregowane dane adresowe
Sequence
country Typ prosty countryEnum
Kod kraju
Kod identyfikujący kraj zawarty w adresie.
address Typ prosty string140
Adres w postaci zagregowanej
Adres w postaci zagregowanej. W polu należy podawać kolejno dane dotyczące: nazwy miejscowości, nazwy ulicy, numeru domu i lokalu.
Używany przez
Źródło
<xs:complexType name="ConcatenatedAddress" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Zagregowane dane adresowe</div>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Typ reprezentujący zagregowane dane adresowe</div>
    </xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="bc:Address">
      <xs:sequence>
        <xs:element name="address" type="bc:string140">
          <xs:annotation>
            <xs:documentation>
              <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Adres w postaci zagregowanej</div>
              <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Adres w postaci zagregowanej. W polu należy podawać kolejno dane dotyczące: nazwy miejscowości, nazwy ulicy, numeru domu i lokalu.</div>
            </xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Zobacz także